home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 7
/
Apprentice-Release7.iso
/
Source Code
/
C ++
/
Applications
/
Conic Sections 0.9.2
/
Include
/
DragProxy.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-05-18
|
245 b
|
12 lines
|
[
TEXT/CWIE
]
//Copyright (c) 1997 Aidan Cully
//All rights reserved
#ifndef __CLDRAG_H
#define __CLDRAG_H
#include <Drag.h>
extern OSErr DragProxy( DragTrackingMessage theMessage, WindowPtr theWindow, void *handlerRefCon,
DragReference theDrag );
#endif